golang.org/x/net/internal/timeseries.timeSeries.clock (field)

7 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L129: 	clock       Clock             // Clock for getting current time
		timeseries.go#L139: 	ts.clock = clock
		timeseries.go#L170: 	ts.AddWithTime(observation, ts.clock.Time())
		timeseries.go#L257: 	now := ts.clock.Time()
		timeseries.go#L293: 	now := ts.clock.Time()
		timeseries.go#L339: 	now := ts.clock.Time()
		timeseries.go#L388: 	now := ts.clock.Time()